home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / MOKit / MOPathString.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-27  |  546 b   |  25 lines

  1. //
  2. //    MOPathString.h -- this is a compatability header
  3. //        Written by Don Yacktman Copyright (c) 1995 by Don Yacktman.
  4. //    
  5.  
  6. #import "MOKit/MOString.h"
  7.  
  8. #ifndef MOPATHSTRINGCOMPAT_H
  9. #define MOPATHSTRINGCOMPAT_H
  10.  
  11. #define MOPathString MiscString
  12.  
  13. #endif MOPATHSTRINGCOMPAT_H
  14.  
  15.  
  16.  
  17.  
  18. // These two MOPathString methods are not supported by the MiscString
  19. // and simply act as no-ops.  If you want to change the separators,
  20. // you must use the MiscString's class methods of the same name.
  21.  
  22. //- setPathSeparator:(char)c;
  23. //- setExtensionSeparator:(char)c;
  24.  
  25.